home *** CD-ROM | disk | FTP | other *** search
- #[document 51.25 31.85 141.1 265.55
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng;ng=draw(path());
- auto s=array(ng);
- m(78.15,187.00);
- l(51.25,31.85);
- l(141.10,31.85);
- l(117.00,187.00);
- l(78.15,187.00);
- close_edge();
- p=path();
- gc_color(54.38,-23.95,-12.31);
- s[0]=draw(p);
- m(53.50,221.70);
- c(53.50,197.55,73.10,177.90,97.30,177.90);
- c(121.55,177.90,141.10,197.55,141.10,221.70);
- c(141.10,245.95,121.55,265.55,97.30,265.55);
- c(73.10,265.55,53.50,245.95,53.50,221.70);
- close_edge();
- p=path();
- s[1]=draw(p);
- s[0]over=s[1];
- page:=s[0];
- s=NULL;
- #]page
- #]document
-